home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Modules / BackSpaceModules / Source / Patchwork / Makefile next >
Makefile  |  1994-05-04  |  778b  |  39 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = PatchworkView
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. GLOBAL_RESOURCES = Patchwork.nib
  16.  
  17. CLASSES = PatchworkView.m
  18.  
  19. HFILES = ModuleList.h PatchworkView.h Thinker.h
  20.  
  21. OTHERSRCS = Makefile Makefile.postamble
  22.  
  23. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  24. MAKEFILE = bundle.make
  25. INSTALLDIR = $(HOME)/Library/BackSpaceViews
  26. INSTALLFLAGS = -c -s -m 755
  27. SOURCEMODE = 444
  28.  
  29. BUNDLE_EXTENSION = bundle
  30.  
  31.  
  32. -include Makefile.preamble
  33.  
  34. include $(MAKEFILEDIR)/$(MAKEFILE)
  35.  
  36. -include Makefile.postamble
  37.  
  38. -include Makefile.dependencies
  39.